API Endpoints
Get RAG configuration
GET
Description
Retrieves the configuration of a specific RAG (Retrieval-Augmented Generation) instance using its unique ID.
Endpoint
GET /v3/rag/{config_id}/
Base URL
https://rag-dev.test.studio.lyzr.ai
Authentication
- Requires API Key (
x-api-key
) in the request header.
Path Parameters
Parameter | Type | Required | Description |
---|---|---|---|
config_id | string | Yes | Unique identifier of the RAG config. |
Request Example (cURL)
Response
200 - Successful Response
403 - Invalid Permission
422 - Validation Error
Authorizations
Path Parameters
The unique ID of the RAG configuration to retrieve.
Response
200
application/json
Successful Response
The response is of type object
.